bitkeeper revision 1.511 (3f8b2745pCeuF80gXzgE1x31zkPTSg)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 13 Oct 2003 22:29:25 +0000 (22:29 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Mon, 13 Oct 2003 22:29:25 +0000 (22:29 +0000)
Add tools/misc/xen_log -- an alternative to xen_read_console that
sends all domain console output to the domain0 syslog.
Thanks to Jeff Clark.

tools/misc/Makefile

index 34b7f70fa81bd06e3c41021c1923f08688894d6b..ede01c7f8ab9fe1702fe136e1a62511796c15c22 100644 (file)
@@ -7,9 +7,9 @@ HDRS     = $(wildcard *.h)
 SRCS     = $(wildcard *.c)
 OBJS     = $(patsubst %.c,%.o,$(SRCS))
 
-TARGETS  = xen_read_console xen_cpuperf xen_refresh_dev
+TARGETS  = xen_read_console xen_log xen_cpuperf xen_refresh_dev
 
-INSTALL  = $(TARGETS) xen-mkdevnodes xen-clone
+INSTALL  = $(TARGETS) xen-mkdevnodes xen-clone xen_log
 
 all: $(TARGETS)
        $(MAKE) -C miniterm     
@@ -19,6 +19,7 @@ install: all
        cp -a $(INSTALL) ../../../install/bin
        chmod 755 ../../../install/bin/xen-mkdevnodes
        chmod 755 ../../../install/bin/xen-clone
+       chmod 755 ../../../install/bin/xen_log
        $(MAKE) -C miniterm install
 
 clean: